string key = "3je88k2b6prebutfudezpced";
object s = Fins.Model.find.objects_by_path("pike/Fins");
string content = application->render_wiki(s["current_version"]["contents"]);
object p = Protocols.HTTP.do_method("POST", "http://api.opencalais.com/tag/rs/enrich",
([]),
(["x-calais-licenseID": key, "content-type": "text/htmlraw", "accept": "application/json"]), 0, content);
mapping m = Tools.JSON.deserialise(q->data());